﻿2026-07-31T04:36:03.0604647Z ##[group]Run actions/checkout@v5
2026-07-31T04:36:03.0605155Z with:
2026-07-31T04:36:03.0605486Z   repository: BigscreenVR/spt-bs-core
2026-07-31T04:36:03.0608498Z   token: ***
2026-07-31T04:36:03.0608807Z   ssh-strict: true
2026-07-31T04:36:03.0609129Z   ssh-user: git
2026-07-31T04:36:03.0609461Z   persist-credentials: true
2026-07-31T04:36:03.0609833Z   clean: true
2026-07-31T04:36:03.0610165Z   sparse-checkout-cone-mode: true
2026-07-31T04:36:03.0610525Z   fetch-depth: 1
2026-07-31T04:36:03.0610809Z   fetch-tags: false
2026-07-31T04:36:03.0611131Z   show-progress: true
2026-07-31T04:36:03.0611443Z   lfs: false
2026-07-31T04:36:03.0611712Z   submodules: false
2026-07-31T04:36:03.0612027Z   set-safe-directory: true
2026-07-31T04:36:03.0612355Z   allow-unsafe-pr-checkout: false
2026-07-31T04:36:03.0612698Z ##[endgroup]
2026-07-31T04:36:03.2672536Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-31T04:36:03.2674576Z ##[group]Getting Git version info
2026-07-31T04:36:03.2675109Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-31T04:36:03.3891579Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-31T04:36:03.6458574Z git version 2.43.0.windows.1
2026-07-31T04:36:03.6499867Z ##[endgroup]
2026-07-31T04:36:03.6519749Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\89e9b020-f560-4768-b33d-827677ac05f0\.gitconfig'
2026-07-31T04:36:03.6540613Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\89e9b020-f560-4768-b33d-827677ac05f0' before making global git config changes
2026-07-31T04:36:03.6541603Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T04:36:03.6547164Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-31T04:36:04.1224738Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-31T04:36:04.3139630Z https://github.com/BigscreenVR/spt-bs-core
2026-07-31T04:36:04.3171969Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-31T04:36:04.3180276Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-31T04:36:04.3589909Z HEAD
2026-07-31T04:36:04.6226377Z ##[endgroup]
2026-07-31T04:36:04.6231966Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-31T04:36:11.7035704Z ##[group]Cleaning the repository
2026-07-31T04:36:11.7044073Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-31T04:36:13.5510819Z Removing dist/
2026-07-31T04:36:13.5511276Z Removing target/
2026-07-31T04:36:13.5545211Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-31T04:36:13.7465304Z HEAD is now at 00f3f924 release: v0.47.0 (counter 82) — fast-follow: engine-room ceremony, roster access views, admin-key ceremonies
2026-07-31T04:36:13.7495272Z ##[endgroup]
2026-07-31T04:36:13.7501091Z ##[group]Disabling automatic garbage collection
2026-07-31T04:36:13.7507308Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-31T04:36:13.7860592Z ##[endgroup]
2026-07-31T04:36:13.7861137Z ##[group]Setting up auth
2026-07-31T04:36:13.7869391Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-31T04:36:13.8239919Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-31T04:36:14.6637313Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-31T04:36:14.6943729Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-31T04:36:15.5515312Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-31T04:36:15.5775799Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-31T04:36:16.3434219Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-31T04:36:16.3782792Z ##[endgroup]
2026-07-31T04:36:16.3783215Z ##[group]Fetching the repository
2026-07-31T04:36:16.3790034Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee:refs/remotes/origin/main
2026-07-31T04:36:17.4084955Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-31T04:36:17.4085447Z  + 00f3f924...9a720c13 9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee -> origin/main  (forced update)
2026-07-31T04:36:17.4245885Z ##[endgroup]
2026-07-31T04:36:17.4246493Z ##[group]Determining the checkout info
2026-07-31T04:36:17.4247153Z ##[endgroup]
2026-07-31T04:36:17.4252806Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-31T04:36:17.4587482Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-31T04:36:17.4870794Z ##[group]Checking out the ref
2026-07-31T04:36:17.4875503Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T04:36:17.6347846Z branch 'main' set up to track 'origin/main'.
2026-07-31T04:36:17.6348185Z Your branch is up to date with 'origin/main'.
2026-07-31T04:36:17.6348851Z Previous HEAD position was 00f3f924 release: v0.47.0 (counter 82) — fast-follow: engine-room ceremony, roster access views, admin-key ceremonies
2026-07-31T04:36:17.6349331Z Switched to and reset branch 'main'
2026-07-31T04:36:17.6374266Z ##[endgroup]
2026-07-31T04:36:17.6689248Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-31T04:36:17.8531546Z 9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee
